home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / libs / MuMin.lha / MuMin / ReadMe < prev   
Encoding:
Text File  |  2000-12-04  |  60.0 KB  |  1,323 lines

  1. The mmu.library project © 1998-2000 the mmu.library development group, THOR
  2. -----------------------------------------------------------------------------
  3.  
  4. Release 42.3
  5. ---------------
  6.  
  7.     - Included an alpha release of a new 68060.library which provides a
  8.       fpsp.resource and is virtual memory aware. This alpha release can
  9.       be found in the LIBS/alpha directory.
  10.       Thanks goes to Stephen Brookes and Etienne Vogt for performing
  11.       some tests. Note though that I do not own a 68060 and could not
  12.       test this library for correctness.
  13.  
  14.     - Included a MMU driven ShapeShifter video driver, MuEVD. (new)
  15.     - MuGuardianAngel: Does no longer call RawIOInit() and hence will
  16.       no longer conflict with programs using the serial port even in
  17.       cases MuGuardianAngel never required the port in first place.
  18.     - MuForce: Does no longer call RawIOInit() but fully relies on the
  19.       Os and/or the user to initialize the serial port correctly, in the
  20.       same way the old Enforcer did. This means that MuForce will now
  21.       safely cooperate with software that requires the serial port in
  22.       cases MuForce output goes to the parallel port or other 
  23.       destinations.
  24.     - Note that there is now a new release of "BlizKick" which fixes 
  25.       the problems mentioned below.
  26.     - Updated the documentation, fixed a minor mistake in the MMU
  27.       developer's manual.
  28.     - Included an upgrade patch from SetPatch 44.13 to 44.14 which, once
  29.       again, opens the 680x0.library instead of the 68040.library.
  30.       The RamLibFix is then no longer required since it is included now
  31.       in SetPatch anyhow.
  32.     - MuGuardianAngel: The DUMPLIST routine had a bug and might have
  33.       allocated too less memory. Luckely, this had the only side effect
  34.       that not all of the mung list would have been dumped correctly, it
  35.       did not trash any memory.
  36.     - MuGuardianAngel: The DUMPLIST option now also makes use of the 
  37.       SegTracker to print segment/hunk information of the allocating
  38.       routine.
  39.     - Installation scripts: Due to a bug in the BuildMMUConfig.rexx
  40.       script, the on-board hardware of certain P5 boards has been disabled
  41.       completely. Urgl.
  42.     - mmu.library: Added a new command for the ENVARC:MMU-Configuration,
  43.       "FOR". It executes the command given as argument if the manufacturer
  44.       product code fits, possibly several times if more than one board is
  45.       in the machine.
  46.     - mmu.library: The MMU-Configuration file can now be put into DEVS: as
  47.       well since some people seem to have problems with the library and
  48.       HappyEnv.
  49.     - mmu.library: Added another new command "ClearMMU" which will re-run
  50.       the MMU setup procedure at least partially. The intention behind 
  51.       this is to override or ignore a previously loaded MMU tree at least
  52.       partially in places where it is sub-optimal or incorrect. This seems
  53.       to be required by some Apollo boards.
  54.     - mmu.library: EnterContext() and LeaveContext() are no longer running
  55.       into the risk of breaking a Forbid(), provided AllocMem() doesn't.
  56.       NOTE THAT I NEVER DOCUMENTED THIS FEATURE ANYHOW.
  57.       This might help for some critical applications where a launched task
  58.       must run in a new context.
  59.       Due to a feature of exec, you cannot enter a context before you
  60.       AddTask() a new task, sigh.
  61.     - mmu.library: Due to a trashed register, the library crashed upon
  62.       detection of an 68040 or 68060 with a disabled or otherwise non-
  63.       functional MMU. Note that it would have detected the EC processors
  64.       correctly, though, including the 68EC030. This release should do 
  65.       better. Thanks to Pavel for detecting this.
  66.     - Fixes: Added a fix to repair the UMult64()/SMult64() bug of the Os
  67.       for the 68000 and 68010 processors. Not required for the up-to-date
  68.       release of SetPatch, but otherwise recommended.
  69.     - mmu.library: AddConfigDev() is now supported, but the implementation
  70.       depends on some internals of the expansion.library. Hopefully, 
  71.       nobody will change them. The MuLib tries to check whether the ROM
  72.       function is still installed. In case it is, the code will jump into
  73.       the old ROM code. In case it isn't, a replacement routine is used.
  74.     - 680x0.libraries: AddConfigDev() is now passed thru, presumably to the
  75.       mmu.library function.
  76.     - Installation: Finally, wrote a (rather complicated) installation
  77.       script for automated installation.
  78.     - Included various fixes for the BVisionPPC driver and more "software
  79.       fluff" for the installation process.
  80.     - 68040.library: Impoved the GetMsg() workaround for programs that
  81.       call GetMsg() in a tight loop.
  82.     - 68040.library: Fixes now a bug in the mathieeesingbas.library 
  83.       which doesn't use a FPU since it is setup before this library is
  84.       setup.
  85.  
  86.  
  87. Release 42.2
  88. ---------------
  89.     
  90.     - The 42.1 release automatically marked all hardware pages as
  91.       cacheinhibited serialized. Looks like even that was too much for
  92.       some hardware boards, I don't know why. This should be the proper
  93.       default anyhow. I disabled this again, even though this means,
  94.       as for 42.0 and before, that a MMU-Configuration is *mandatory*
  95.       if you use the library as "stand-alone" instead on top of a third-
  96.       party 68040/68060 library.
  97.  
  98. Release 42.1
  99. ---------------
  100.  
  101.     - MuFastChip: Forgot to include the latest mmu.library in the latest
  102.       upload. Sorry.
  103.     - Installation: P5Init, PPCIdentify, P5Identify reworked again, it
  104.       enables now explicitly the bus error generation of the A4000
  105.       motherboard resources.
  106.     - Installation Rexx scripts: Added a "NoP5" keyword to disable ex-
  107.       plicitly the P5 identification steps which seem to be problematic
  108.       for some boards for reasons that are beyond me.
  109.     - MuManual: Fixed some typos, corrected some mistakes, clarified some
  110.       formulations. Thanks to Etienne Voigt for proofreading!
  111.     - Organization: The "MMULib" archive is now the user archive, all
  112.       developer information went into the "MuManual" archive, including
  113.       the autodocs, the includes, the bmaps and some example sources.
  114.       This will help to keep the archive short.
  115.     - mmulib: The CurrentContext() function forgot to Forbid() properly.
  116.       Note that you still need a Forbid() bracketing or the result code
  117.       might be pretty useless. The propability that this broke code is
  118.       very low, though.
  119.     - mmulib: GetMappingProperties() was simply broken in V42.0 and below.
  120.       Sorry, this got fixed. This function hasn't been used yet, so this
  121.       bug was left unnoticed.
  122.     - mmulib: Even if "ClearTTX" is missing in the MMU-Configuration, the
  123.       library cache-inhibits now the access to expansion boards. This is
  124.       just a safety bonus.
  125.     - Included a debug version of the library in the MuManual archive.
  126.     - BlizKick: In order to avoid a yellow alert, either BlizKick must be
  127.       modified or must be run behind SetPatch. The reason for the alert
  128.       is that BlizKick opens the mmu.library before the 68060/68040 lib
  129.       is open, which is and never has been legal. I just added an explicit
  130.       check for this condition in V42 because too many people ignored it.
  131.       As I said, "no discussion". This is a side effect of how the library
  132.       works and has to work.
  133.  
  134. Release 42.0
  135. ---------------
  136.  
  137.     - mmu.library: Added more error checking for the startup code, esp.
  138.       the MMU-Configuration file. Added a check for proper config-
  139.       uration, i.e. whether the library was (incorrectly) loaded in
  140.       front of SetPatch.
  141.     - Added a new function: RunOldConfig(). It runs a small supervisor
  142.       routine with the boot MMU configuration.
  143.     - 68040.library: Added an explicit check for correct configuration,
  144.       it will generate a requester in case no 68040 is available.
  145.     - MuGuardianAngel: Fixed a bug in the mung-wall check which could 
  146.       have reported one additional mung-wall damage in case the front 
  147.       wall was found defective. Added a workaround for a possible 
  148.       68060 firmware bug, the "U" bit is now always set in the MMU
  149.       descriptors to avoid unnecessary MMU writebacks.
  150.     - In case you see MuGuardianAngel hits of the z3scsi.device, run
  151.       the FixCybAccess program. It will work around the z3scsi.device 
  152.       hits as well. Thanks, Helmut.
  153.     - MuMove4K PREPAREEMUL moves now the low chip memory end to the
  154.       16K line, not to the 8K line. This might fix some Fusion
  155.       problems. Thanks, Pavel.
  156.     - Improved the error messages of MuFastZero a little bit.
  157.     - Reworked P5Identify and PPCIdentify to make these two more
  158.       stable.
  159.     - Added another external MMU setup command, P5Init. It should 
  160.       keep care about all P5 specific cache settings and should
  161.       setup the PPC and the BOOT-MMU-Port automatically. All manual
  162.       P5 specific entries in the MMU-Configuration except graphic 
  163.       board cachings are obsolete now and should be replaced by
  164.       P5Init.
  165.     - Rewrote both setup scripts to reflect the changes in the P5
  166.       setup logic, i.e. ScanMMUPort has been replaced by P5Init and
  167.       all P5 specific cache settings have been removed.
  168.     - Added stack increasement patches for the mfm.device (CrossDos)
  169.       and IPrefs 40.7 in case you do not yet use Os 3.5. Thanks Gene.
  170.     - Added a fix for two bugs in ramlib. First, its stack is too
  171.       low. Second, it uses SIGF_SINGLE as message bit for its process
  172.       port which could cause some race conditions with semaphores in
  173.       library setup code.
  174.     - The MuGuardianAngel patch report and automatic IRQ check have 
  175.       been reworked a bit. The "patches overwritten" message is now
  176.       no longer periodically generated, but will be suspended up to
  177.       the next "real" hit where another message will be generated.
  178.     - The MuGuardianAngel automatic IRQ stack was not only useless,
  179.       but in fact broken. This does not go for the stack check of the
  180.       exec memory handling functions which was and still is fine.
  181.       Good enough it was recommended to leave the IRQ check disabled. 
  182.       "Nearly out of stack" warnings were not generated by the IRQ code 
  183.       at all, and the stack overflow and stack underflow messages
  184.       usually report "bogus" hits due to its construction. Stack 
  185.       snooping is now by default ENABLED, except for "out of bounds"
  186.       reports, which still requires STACKSNOOP option explicitly.
  187.       Added an option to adjust the minimal stack size for the
  188.       "Nearly out of stack" reports, but it can be made only larger,
  189.       i.e. more "picky".
  190.     - mmu.library: The pre-42 releases only marked the zero page as
  191.       non-blank which might have caused problems for some Mac emu-
  192.       lators. It now marks the lowest 32K as valid. Former versions
  193.       set it to "cacheinhibit", it is now set to "cacheinhibit nonser-
  194.       ialized imprecise".
  195.     - mmu.library: The low-memory limit up to which the mmu.library
  196.       has to software-emulate accesses has been made adjustable.
  197.     - mmu.library: Due to a bug in the high-level mapping list manage-
  198.       ment, MAPP_INDIRECT did not work correctly.
  199.     - mmu.library: BuildIndirect() performs now a few more consistency
  200.       checks and is less restrictive for MAPP_INVALID and MAPP_SWAPPED.
  201.     - Updated the DMAInitiate() function, it provides now a return code
  202.       instead going guru if it doesn't like the parameters.
  203.     - Updated MuOmniSCSIPatch to reflect the changes made to 
  204.       DMAInitiate().
  205.     - Fixed many documentation errors in mmu.doc, updated and checked
  206.       exception.doc again.
  207.     - Included a demo program for indirect descriptor handling.
  208.     - Speedup SetIndirect() somewhat by placing this routine directly
  209.       in the MMU drivers as a "native" operation.
  210.     - Added a new LVO "SetIndirectArray()" to set more than one
  211.       indirect descriptor at once. Should be *very* fast.
  212.     - The startup command "DescriptorCacheInhibit" did not pass a proper
  213.       result code on success and hence caused a yellow alert. This bug
  214.       was only noticable in some of the V42 betas where proper result
  215.       code checking was introduced.
  216.     - mmu.library: WithoutMMU() disables now the CPU caches as well to
  217.       allow a safe access to non-cacheable addresses.
  218.     - MuFastZero: In case MuFastZero is removed (why?) the unmapped chip
  219.       memory is set to IMPRECISE and NONSERIALIZED to provide at least
  220.       a minimal speedup.
  221.     - Added "AmigaGuide" versions of the autodocs.
  222.     - Included a new version of BPPCFix by Frank Wille. Thanks, Frank!
  223.       Using this program will allow you to replace the ROM-based
  224.       libraries of the Blizzard-Boards.
  225.       Thanks Stephen for working this out, and for making this trick
  226.       possible!
  227.     - Included a "RKRM" style manual and tutorial for the MuLib in "dvi"
  228.       and "postscript" format.
  229.  
  230. Release 41.4
  231. ---------------
  232.  
  233.     - mmu.library: The CachePre/PostDMA() functions are now a bit more 
  234.       error tolerant and handle cases where a DMA device attempts DMA 
  235.       transfer to a non-existing memory region more gracefully.
  236.     - 680x0.library: Sets now the memory attributes of the supposed-to-
  237.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  238.       a zero return value of TypeOfMem().
  239.     - MuFastZero: Sets now the memory attributes of the supposed-to-
  240.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  241.       a zero return value of TypeOfMem(). Lowered the priority of the
  242.       rendezvous port.
  243.     - FastIEEE: Optimized the IEEEDPFloor and IEEESPFloor in case a 060
  244.       processor has been found. Note that this makes currently no
  245.       difference at all since there is currently no 68060.library that
  246.       provides the fpsp.resource.
  247.  
  248.     
  249. Release 41.3
  250. ---------------
  251.  
  252.     - disassembler.library:    fmovem.x <dynamiclist>,memory was disassembled
  253.       incorrectly. Fixed.
  254.     - mmu.library: SetPropertiesMapping() accepts now base=0 and lenght=0
  255.       as a special case to transfer the complete list.
  256.     - 68040.library: Removed some unnecessary strings and references to the
  257.       math libraries. 
  258.     - mmu.library: Added workarounds for possible DMA disable counter under-
  259.       runs that might have happened in case the library gets active while 
  260.       DMA is active. 
  261.     - MuMove4K: Added more options:
  262.       IGNOREVERIFY/S    Disables the verify check for the reboot code
  263.       REVERSE/S        Allocates the memory for the resident tags in
  264.                 reverse direction
  265.       LOWPRI/S        Lowers the priority of the MuMove4K resident 
  266.                 tag as a possible workaround for some wierd 
  267.                 other hacks.
  268.       Added more error messages in case something goes wrong.
  269.     - MuForce: Forgot to restore the Z-page mode and physical location on
  270.       removal. Ooops. Thanks, Heinz!
  271.     - MuFastZero: Added a "FastVBR" option because it was easy to do and
  272.       canonical to have. NOTE THAT THIS OPTION IS NOT REQUIRED IF YOU
  273.       REMAP THE VECTOR BASE ANYHOW.
  274.     - MuGuardianAngel: Prints now the stack boundaries in case of stack 
  275.       problems, let it be overflow, underflow or nearly out of stack. 
  276.       Thanks to Heinz, again.
  277.       Provides an option to disable these warning messages, but beware! 
  278.       This doesn't mean bugs will go away, it just silences MuGuardianAngel.
  279.       Remember, this program is provided to scream upon problems it detects.
  280.     - Setup scripts: Greatly enhanced! The new setup script will also 
  281.       re-set the memory caching modes for boards whose boot-roms already 
  282.       run the MMU. Fixed a minor glinch that produces a (bogus) error report
  283.       in case LIBS:MMU already existed.
  284.       Remember that you can't run the ppc.library on the MuLib setup, sorry.
  285.     - Added a new setup script "ScanToConfig" that takes a "MuScan" output
  286.       from a system running under a third-party 68040/68060.library and 
  287.       generates an MMU-Configuration file from it. To use it, re-install a 
  288.       non-MMU-aware processor library, boot the system, then enter the 
  289.       "Install" directory and run the script. MuScan must be available 
  290.       in the current directory as it is in the archive.
  291.       Please let me know how this new script goes, maybe it's smarter.
  292.     - Added a new program "MemModes" to the installation tools. It will
  293.       auto-generate the memory caching setup as the mmu.library does if
  294.       the MMU is found non-active. Possibly an improvement for those boards
  295.       which - strange enough - turn on the MMU before booting.
  296.     - Added a patch for the new SetPatch in the BoingBag, check the "Fixes"
  297.       directory.
  298.     - Again: When will people finally learn to read the FAQ? *Sigh*
  299.       In case MuFastZero complains "The zero page is already remapped",
  300.       ---> READ THE GUIDE. <---
  301.  
  302.  
  303. Release 41.2.1
  304. ---------------
  305.  
  306.     - Updated the 68040.library to 40.6. It builds now the fpsp.resource
  307.       which offers opcode emulation to external hosts.
  308.     - Included FastIEEE which re-directs the mathieee-library routines to
  309.       the fpsp.resource for optimal performance.
  310.     - FastIEEE fixes, too, some bugs in the mathieee libraries. 
  311.       IEEEDPCmp() is broken and orders some numbers "the wrong way". 
  312.       IEEEDPPow() and IEEESPPow() are broken and return non-sense for 
  313.       special arguments.
  314.  
  315. Release 41.2
  316. ---------------
  317.  
  318.     - The MMU Library build-in AddMem failed in case the base or length
  319.       were not aligned to 64K boundaries. It now rounds to the next 64K
  320.       boarders such that the supplied area is at least mounted partially.
  321.     - The idea to disable the TTx registers in the mmu.library was 
  322.       unfortunately not a very smart idea as it broke the code on some
  323.       machines. Re-established the old rule with the only exception that
  324.       the TTx registers are initialized for the EC040.
  325.     - The ColdReboot() patch of the 68040.library used the MMU registers
  326.       even on a system without MMU. Fixed.
  327.     - MuMove4K checks now all libraries, devices, ports, resources and 
  328.       resident modules whether they violate the 8K boundary.
  329.     - 68040.library: Forgot to disable the caches in ColdReboot().
  330.     - 68040.library: The motorola OpErr handler did not consider tracing
  331.       correctly. Fixed.
  332.     - Finally wrote and included the 68020.library and the 68030.library,
  333.       hence "FPU" will work on these machines.
  334.     - Updated MuGuardianAngel: Added a new keyword "DUMPWALL" that prints
  335.       the contents of a broken mung-wall and of broken memory cookies.
  336.  
  337. Release 41.1
  338. ---------------
  339.  
  340.     - ScanMMUPort was broken and scanned for the wrong port. *Sigh*
  341.       This release should work better on Blizzard boards.
  342.     - AddMemList() uses now RebuildTreesA() to rebuild user and
  343.       supervisor tables at once and is therefore a bit more error
  344.       tolerant.
  345.     - The mmu.library will now support CachePreDMA/CachePostDMA for
  346.       the EC040 and EC060 processors as well.
  347.     - The 68040.library will now disable the TTx registers manually
  348.       such that the "generic" board does no longer require an
  349.       ENVARC:MMU-Configuration file.
  350.     - The 68040.library will now enable copyback caches for the EC040.
  351.     - Some of the MuTools did not unload properly if loaded from the workbench,
  352.       fixed.
  353.     - The MuTools are now a bit more error tolerant due to a new function in the
  354.       V41 mmu.library which gets used.
  355.  
  356. Release 40.60
  357. -------------
  358.  
  359.     - fixed the shutdown code of MGA, thanks to Stephan!
  360.     - disabled a kludge in the mmu.library which write protected 
  361.       a kickstart image at 0x00200000 and up by checking the name 
  362.       of execbase. This kludge might have conflicted with some softkickers.
  363.     - Because people tend not to read guides, I added the 
  364.       arguments "WRITEPROTECTED" and "INVALID" to the library build-in 
  365.       "SetCacheMode". Note that they work different to what "MuSetCacheMode" 
  366.       does. Here, "WRITEPROTECTED" and "INVALID" are just aliases to "ROM" 
  367.       and "BLANK", hence enable the most defensive protection strategy.
  368.     - Added a new LVO "RebuildTreesA" which is "officially" not yet 
  369.       existing and will be documented in V41. More LVOs might be added up 
  370.       to V41, but please *DO NOT* yet call them as they did not exist 
  371.       in V40.50.
  372.     - Fixed the installation script, due to a typo the P5 MMU boot hack 
  373.       was not detected.
  374.     - Fixed the P5Detect program which just looked to the wrong
  375.       identification resources. Ooops. Installation on "non-standard"
  376.       boards should be smoother now.
  377.     - Fixed a bug in the disassembler.library which disassembled the
  378.       lea (offset.L,pc)
  379.       wrong. The offset was wrong by two bytes.
  380.     - The release number in the MuForce guide was wrong. 
  381.     - When will people finally learn to read the FAQ? *Sigh*
  382.       In case MuFastZero complains "The zero page is already remapped",
  383.       ---> READ THE GUIDE. <---
  384.  
  385.  
  386. Release 40.51.1
  387. -------------
  388.  
  389.     - disabled the layers.library kludge for MuGuardianAngel if V40
  390.       is found active. It is luckely no longer required.
  391.  
  392. Release 40.51
  393. -------------
  394.  
  395.     - fixed a bug in the 68060 startup logic which left the MMU disabled
  396.       in case it was disabled before. This made the custom 68060.library
  397.       useless.
  398.     - included the 40.17ß3 release of Carten Schlote's 68060.library
  399.       which (for the first time) makes use of the MMU.library.
  400.  
  401. Installation of this library requires some care as IT DOES NOT automatically
  402. auto-detect P5 hardware and special setup magic for this hardware. This is
  403. not because the library is "broken" in some sense, but because P5 didn't 
  404. follow the CBM guidelines when designing their hardware. Therefore, an
  405. experimental installation script has been written. This script must be
  406. run as follows:
  407.  
  408.     - Unpack the archive to disk,
  409.     - Enter the following commands:
  410.  
  411. cd <MMULib>/Install    ;where <MMULib> is the directory you unpacked this 
  412.             ;archive to
  413.  
  414. SYS:Rexxc/rx BuildMMUConfig.rexx ENVARC:MMU-Configuration
  415.  
  416.     - The last command builds the MMU configuration and writes it
  417.       to ENVARC:MMU-Configuration. It might also copy ScanMMUPort
  418.       to LIBS:MMU. This is an external setup command for the library
  419.       and might or might not be required. Older P5 hardware does *not*
  420.       require it (I would guess that this is explicitly for the 
  421.       Blizzards, but I'm not sure).
  422.       Non-P5 hardware will not require it at all.
  423.       You might want to hand-edit or optimize this script if you need,
  424.       as it will contain several optimizations for graphics cards and
  425.       other known boards.
  426.  
  427.     - KEEP THE OLD 68060.library IN A SAFE PLACE.
  428.     - Make sure to install the 40.51 edition of the mmu.library
  429.     - Copy the 68060.library to LIBS:
  430.     - Reboot the computer and wish the new library luck. (-:
  431.  
  432. This edition of the '060 lib does *not yet* include correct VMM management
  433. and FPU control functions (hence, C:FPU will not yet work). It is shorter
  434. and costs less memory because it leaves the MMU setup to the mmu.library.
  435. (Note that this release contains still debugging information).
  436.  
  437.  
  438. In case the installation failed:
  439.  
  440.     - Make sure the mathieedoubbas.library you're using is truely the
  441.       official 38.x or the patched and bugfixed 39.1. Some other third-
  442.       party products may fail to work correctly if the 68060 support
  443.       code is not yet loaded.
  444.  
  445. In case running the library fails (i.e. system doesn't boot):
  446.  
  447.     - Make sure LIBS:mmu/ScanMMUPort is really available at boot-up
  448.     - Please re-boot the computer without the startup-sequence,
  449.     - Keep ENVARC:MMU-Configuration in a safe place,
  450.     - Re-install the old 68060.library.
  451.     - Boot the computer again,
  452.     - Run "MuScan" and keep the output.
  453.  
  454. Then, please sent me the output of MuScan, and the ENVARC:MMU-Configuration
  455. file with a tiny note what exactly happened (or did not happen).
  456.  
  457.  
  458. Release 40.50
  459. --------------
  460.  
  461.     - added external command scanning in case a setup command is
  462.       not found "resident".
  463.     - included Richard Körber's PatchWork and Olaf Barthel's
  464.       Sashimi. The "PatchWork" edition is *NEW* and *NOT YET AVAILABLE*
  465.       otherwise. Big "thank you" to Richard for updating it for this
  466.       archive. Big thanks to Olaf Barthel for allowing me to include
  467.       his "Sashimi" in the archive.
  468.     - bumped the version number.
  469.     - Final release.
  470.  
  471. Release 0.48
  472. --------------
  473.     - mmu.library: Added a new command in the MMU-Configuration file,
  474.       "DescriptorCacheInhibit". It controls whether the MMU library
  475.       should disable the data cache for the descriptors. This is by
  476.       default OFF as this feature means more trouble for the library,
  477.       and is not required for using the library. However, this might
  478.       be a workaround for programs that hack the MMU table themselves,
  479.       which is not supported anyhow. Set it to "ON" if you MUST use
  480.       these programs.
  481.     - Added another VMM support function.
  482.     - MuGuardianAngel: The "memory header" output was broken, fixed.
  483.       Added more security checks, MuGuardianAngel will warn you in
  484.       case its function entries have been patched (which is not 
  485.       supported)
  486.     - MuGuardianAngel: Added automatic stack checking within the
  487.       memory allocation functions - an overrun stack seems to be the
  488.       most common source of MuGuardianAngel problems. MuGuardianAngel
  489.       will now detect an "nearly out of stack" condition in the memory
  490.       handling, and will provide an "emergency" stack in case this
  491.       happens. It will then generate a warning, regardless of whether    
  492.       stack snooping is enabled or not.
  493.       Interestingly, the RAM-Handler and the FastFilingSystem are the
  494.       most common sources of stack-overflows. This should be fixed for 
  495.       the RAM handler with "PatchRAM" in this archive, the FFS stack
  496.       should be added manually in the RDB, though. The smallest re-
  497.       commended stack size is 786 bytes, not less!
  498.     - P96: (yes, you read this correctly) supports now the mmu.lib if
  499.       it is available.
  500.     - Added an experimental GfxCard setup program to optimize cacheing.
  501.       This function is included in P96 anyhow, so not really required.
  502.  
  503.     - mmu.library: MOVE16 is now "sort of" supported, in the sense that
  504.       the exception handler will be able to handle it. However:
  505.       - MOVE16 is not supported by all Amiga hardware, it may crash,
  506.       - A MOVE16 on a 68040 is potentially dangerous due to a bug in
  507.         the CPU. A MOVE16 might invalidate cache lines which are not
  508.         related to the MOVE16 operation at all. There is currently a
  509.         workaround for this, namely: Do not set the "imprecise", or
  510.         "user page" bits 0-3 for swapped, invalid or supervisor only
  511.         pages. I do not guarantee that this workaround will remain
  512.         valid. *JUST DON'T USE MOVE16.*
  513.       - A MOVE16 may cause double reads, do not use this to read from
  514.         hardware registers that cannot tolerate this. Do NOT use it
  515.         at all!
  516.       - A MOVE16 which causes the exception handler to enter may be
  517.         completed by means of ordinary writes, which means that in
  518.         this situation no burst access is used, and the order of the    
  519.         data written out or read might be different from that of a
  520.         true MOVE16. *JUST DO NOT USE IT, OK!*
  521.  
  522.     - mmu.library: On read/modify/write accesses, the library might
  523.       have reported a write protection fault instead of a simple 
  524.       write fault on the write cycle of the instruction. Fixed.
  525.  
  526.     - MuGuardianAngel: Added more consistency checks, added checks
  527.       and support for memory pools, made some error messages more
  528.       informative.
  529.  
  530.     - MuMove4K: Added the NOREBOOT option to avoid unnecessary reboots
  531.       if the system is rebooted by a second program afterwards anyhow.
  532.  
  533.     - Included a patch for the V44 SetPatch.
  534.  
  535. Release 0.47
  536. --------------
  537.     - mmu.library: Changed again the cache control logic a bit. Please
  538.       try DMA transfers again. The new logic does not block interrupts
  539.       as long as the old logic, hence might avoid problems if fast
  540.       interrupt processing is required. It should be *slightly* faster
  541.       as well.
  542.     - MuForce: MuForce catches now supervisor exceptions as well if you
  543.       specify the "CAPTURESUPER" keyword. This requires patching of
  544.       some autovectors.
  545.     - Added a new drawer "Contributions", containing more tools from
  546.       other people I regard as very useful. This is "Sashimi" by
  547.       Olaf Barthel, and "PatchWork" by Richard Körber. Thanks Olaf,
  548.       thanks Richard for allowing me to include your great work!     
  549.     - Run all guides thru ISpell, hopefully correcting most typos.
  550.     - MuMove4K: The PREPAREEMUL option disabled the CPU instruction
  551.       cache. I expected the ROM would re-enable it somewhat later, but
  552.       it didn't. Fixed.
  553.  
  554. Release 0.46
  555. --------------
  556.     - mmu.library: Found that the "ramlib" task is really very low on
  557.       stack. I'm now swapping the stack on library startup to avoid
  558.       problems.
  559.     - updated the mmu.lib exception handler. It is now possible to use
  560.       the exception mechanism to auto-extend the stack and to keep the
  561.       user stack on virtual memory. The new "message hook" mechanism
  562.       does not require user stack space. However, an additional patch
  563.       to the exec switch function is required for this trick. This
  564.       patch is currently not included in the mmu.library - basically
  565.       because this is not directly MMU related.
  566.     - MuGuardianAngel will now stop to check for a valid free memory
  567.       counter if it finds a problem and reports the problem immediately.
  568.     - MuForce is now able to capture even "ordinary" MC68K exceptions.
  569.       This can be disabled with the new "NOGURUPATCH" option.
  570.     - Included a "synchronous" version of the 680x0.library because the
  571.       asynchronous outsmarted several systems.
  572.     - mmu.library: The chip ram is now by default marked as cacheinhibit 
  573.       imprecise nonserialized. This will speed up chip ram access a bit
  574.       for the 68060 and 68040. Works of course only if the MMULib is
  575.       used to setup the MMU tables, i.e. for users of the V40 68040 lib.
  576.       Video RAM of several graphics cards can be setup in the same way
  577.       as well, but since there's no way to identify expansion hardware as
  578.       video ram, you've to do that manually.
  579.     - mmu.library: The F-Space is now by default marked as cacheinhibit
  580.       to allow (IMHO misdesigned) hardware to map in here without telling
  581.       the system. This can be disabled by using the MMU-Configuration
  582.       file.
  583.     - Added a new MuTool: MuFastChip. This tool will enable the imprecise
  584.       or nonserialized cache mode for chip memory and will hence improve
  585.       chip memory access performance for systems where a third-party 040 
  586.       or 060 library does not setup the MMU tables in the optimal way.
  587.       The MMU.library (and hence the V40 68040.lib) *will* build its own
  588.       MMU tables with this feature enabled anyhow if it doesn't find an
  589.       MMU table to start from. 
  590.     - Fixed the SetPatch fix. (You kept the original, right? :-)
  591.       It might have been that the 43.7 edition installed a fix for the
  592.       mathieeesingbas.library even if this fix is unnecessary and fatal,
  593.       as it is for the 68881/68882 FPU.
  594.  
  595. Release 0.44
  596. --------------
  597.     - mmu.library:    The "AddMem" command in the MMU-Configuration file
  598.       was broken. Added the memory twice, causing nothing but a mess.
  599.     - Added a safety check for "AddMem", the command is now ignored
  600.       in case the memory in question is already added.
  601.     - "SetCacheMode" argument "valid" was broken and did not validate
  602.       the memory at all.
  603.     - AddMem'd memory was added after the MMU table setup, hence wasn't
  604.       used for the MMU descriptors. The library *tries now* to add it
  605.       as soon as possible to make some use of it for building the MMU
  606.       trees.
  607.     - MuFastZero: The FORCENATIVE option generated a failure code in
  608.       case the zero page wasn't remapped, stopping additional options
  609.       like MOVESSP from working.
  610.     - MuGuardianAngel: The "MemHeader free counter incorrect" error
  611.       handler did not save back one register and hence caused additional
  612.       hits.
  613.     - MuGuardianAngel: Ooops, found a problem of the RAM-Handler. Not
  614.       a MuGuardianAngel problem, but a real design fault of RAM: DO NOT
  615.       try to delete and write to the RAM: disk at the same time, this
  616.       will cause lots of trouble.
  617.     - Included a fix for the CBM mathieeedoubbas.library 38.2. This
  618.       library fails to compare floating point numbers below zero
  619.       correctly in some cases. The P5 library patches mathieeedoubbas
  620.       to fix this, but the 68040.library should not be a replacement
  621.       for SetPatch. To apply the patch,
  622.  
  623. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  624. 2)      Copy the file mathieeedoubbas.pch in the directory "Fixes" to RAM:
  625. 3)      Copy the "spatch" program at the same place to RAM:
  626. 4)      Change the directory to ram: with "cd RAM:"
  627. 5)      Apply the patch with    "spatch mathieeedoubbas.library"
  628. 6)      Copy the file RAM:mathieeedoubbas.new to
  629.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  630.  
  631.     - In case the V40 68040.library slowed your computer down:
  632.       copy the file "MMU-Configuration" from the "ENVARC" drawer into
  633.       "ENVARC:". In case this causes crashes with Z-II memory, follow
  634.       the instructions in the file and remove one semicolon in front of
  635.       the "SetCacheMode" command. 
  636.     - Removed the debugging information from all files.
  637.     - Added the MMU master guide. Please check this, is this understand-    
  638.       able? In case I forgot to mention you in the credits, please let
  639.         me know!
  640.     - Moved all libraries to a separate directory, "Libs"
  641.     - Included a new library, the 680x0.library. This is the CPU
  642.       unspecific CPU driver. It's job is to detect which CPU is avail-
  643.       able in your system, and to load the CPU specific code. It there-
  644.       fore acts very much like the P5 68040dummy.library, except that
  645.       it remains in the system and provides user-callable function
  646.       entries for querying the CPU/FPU/MMU type and to setup the FPU
  647.       exceptions. The CPU specific library *should never be called
  648.       directly*, this library will re-route the calls to the correct
  649.       library. Furthermore, it loads the library in background, helping
  650.       to speed up the boot process a bit. 
  651.     - A special edition of SetPatch is available that loads the 680x0
  652.       library instead the 68040.library, regardless of which processor 
  653.       is available. The 680x0.library will then even try to load an
  654.       68000.library or 68020.library. This library could be used, for
  655.       example, to install line-F instructions to emulate the FPU 
  656.       completely in software, even for a 68020 or 68000 without FPU.
  657.       To patch "SetPatch", 
  658.  
  659. 0)    Keep a copy of SetPatch in a safe place.
  660. 1)      Copy the file C:SetPatch to RAM:
  661. 2)      Copy the file SetPatch.pch in the directory "Fixes" to RAM:
  662. 3)      Copy the "spatch" program at the same place to RAM:
  663. 4)      Change the directory to ram: with "cd RAM:"
  664. 5)      Apply the patch with    "spatch SetPatch"
  665. 6)      Copy the file RAM:SetPatch.new to C:SetPatch. This is the
  666.     inofficial 43.7 edition of SetPatch.
  667.  
  668.     - Included a new program, "FPU" in the "Shell only" drawer. This
  669.       program controls the exception generation of the FPU. It will
  670.       only work with the 680x0.library and the V40 68040.library
  671.       installed.
  672.  
  673.  
  674. Release 0.42
  675. --------------
  676.  
  677.     - 68040.library: Only cosmetic changes. Added a AN_Zombie guru in
  678.       case the ColdReboot() function returned. I've no idea how this
  679.       could happen.
  680.     - mmu.library: I don't thrust the AFF_68060 flag any more. The
  681.       68060.library of the LC75 Apollo board does not set this bit
  682.       correctly and hence identifies the 060 as 040. Hence, the library
  683.       tried to install the wrong driver and crashed desparately. The
  684.       library tries now to identify an 060 in case at least an 040 is
  685.       indicated. The library updates then its own AttFlags copy 
  686.       correctly. Outch! I don't know whether this is a typo in the
  687.       sources of the 68060.lib, or this intended and something "sneaky"
  688.       I fail to understand. 
  689.     - Fixed one bug in the disassembler.library. It failed to disassemble
  690.       64 bit arithmetics correctly.
  691.     - MuFastRom: In case no argument is given, the program uses now the
  692.       default "On".
  693.     - MuFastZero: Again, made "On" the default argument. Added the
  694.       "MoveSSP" and "StackSize" arguments to relocate the supervisor
  695.       stack to fast ram. This does not make use of the MMU.
  696.     - Added the "CheckFPU" command, in the "Shell_Only" drawer. This
  697.       program prints the version number of a 68040 FPU if one is avail-
  698.       able. Two versions exist, the V40 "original" which is very buggy
  699.       and the V41 "revised" with less bugs. The 68040.library supports
  700.       currently both, with lots of workarounds for the V40. Please
  701.       contact me in case you find a V40 edition in your Amiga.
  702.     
  703.  
  704. Release 0.41
  705. --------------
  706.  
  707.     - Forgot to update the version number in 0.40. Reported 0.38. Oops.
  708.     - TTx parsing was still not 100% correct, but much better. Fixed.
  709.     - Due to a typo, branch cache flushes were effectively disabled.
  710.       Outch! Forgot one single "$".
  711.     - Added branch cache flushes on context switches, recommended by
  712.       Motorola.
  713.     - Added includes, autodocs and .fd files for the 68040.library.
  714.     - Updated MuFastZero and MuFastROM to include and set the cache
  715.       flags according to the mirrored RAM. This is of importance in
  716.       case non-cacheable Z-II fast RAM is used to build the mirror.
  717.     - Made mild modifications to the FPSP FPU emulator package to speed
  718.       it up a bit. The 40.1 release is now unnoticably faster than the
  719.       Mike Sinz 37.30 release, which is again unnoticably faster than
  720.       the P5 release.
  721.     - Added a workaround in GetMsg() to keep some brain-dead programs
  722.       working that call GetMsg() in a tight loop without giving
  723.       interrupts a chance to occur. These programs tend to block the
  724.       computer completely, especially if the ROM is remapped to 
  725.       cacheable, burstable memory. The workaround is a single NOP.
  726.  
  727. Release 0.40
  728. --------------
  729.     New in this release:
  730.  
  731.     - Added four internal undocumented LVOs for external CPU drivers.
  732.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  733.       not recognized. Outch! Which smart guy at Motorola decided to use
  734.       the same processor ID for both products? The EC doesn't have a MMU,
  735.       the LC - as for example used by the LC75 Apollo board - does.
  736.       This might well explain a lot of problems of the Apollo board....
  737.     - Fixed a bug in the library init routine which would cause a guru
  738.       in case no MMU is available at all. The library MUST load, and
  739.       some functions will be available even without an MMU.
  740.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  741.       correcting problems with some ancient 040 library releases that
  742.       didn't make use of the MMU (how should that work?)
  743.     - Fixed a serious bug of the Alert() replacement function, the stack
  744.       was used plain wrong. Thanks Etienne!
  745.     - Included an updated and more streamlined version of MuLockLib,
  746.       thanks to Gunther Nikl for providing it.
  747.     - Updated MuSetCacheMode, added more options.
  748.     - Added a configuration/preferences file and a preferences file
  749.       parser.
  750.     - Included now the "stripped" versions of the libraries in a sub-
  751.       directory of the same name. These editons don't contain the de-
  752.       bugging information and are therefore shorter.
  753.     - *News flash* 
  754.       This release comes with an upgraded version of the 68040.library.
  755.       This library is still in "beta" stage, but makes already use of
  756.       the mmu.library for the MMU configuration. It is for that reason
  757.       even shorter than the 37.30 release, even though it uses the latest
  758.       68040 FPU emulation code from Motorola.
  759.       FPU exceptions are configurable thru an LVO vector of the library,
  760.       but I haven't written a control tool yet. This will follow in the
  761.       next distribution.
  762.       This release *will only work* if the 37.30 runs on your machine,
  763.       you should, however, edit the ENVARC:MMU-Configuration file to 
  764.       to make some P5 boards working. The file should contain this line:
  765.  
  766. SetCacheMode    from 0x00f00000 size 0x00080000 valid iospace
  767.  
  768.       If you use this edition of the 68040.library, it might disable
  769.       caches for the Z-II address space completely. If this is not
  770.       desired, you may turn them on again with the following line in
  771.       the MMU-configuration file:
  772.  
  773. ClearTTX    
  774.  
  775. The path of the preferences file is ENV:MMU-Configuration or 
  776. ENVARC:MMU-Configuration if the first file is not found. The file looks like
  777. a standard shell script except that only three commands are known. All
  778. other commands are ignored silently for forwards compatibility, more might
  779. be made available in the future. The semicolon is used to separate comments 
  780. from the commands, the text following a semicolon is ignored.
  781.  
  782.  
  783. Release 0.38
  784. --------------
  785.     New in this release:
  786.  
  787.     - Added four internal undocumented LVOs for external CPU drivers.
  788.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  789.       not recognized. Outch! Which smart guy at Motorola decided to use
  790.       the same processor ID for both products? The EC doesn't have a MMU,
  791.       the LC - as for example used by the LC75 Apollo board - does.
  792.       This might well explain a lot of problems of the Apollo board....
  793.     - Fixed a bug in the library init routine which would cause a guru
  794.       in case no MMU is available at all. The library MUST load, and
  795.       some functions will be available even without an MMU.
  796.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  797.       correcting problems with some ancient 040 library releases that
  798.       didn't make use of the MMU (how should that work?)
  799.     - Fixed a serious bug of the Alert() replacement function, the stack
  800.       was used plain wrong. Thanks Etienne!
  801.     - Included an updated and more streamlined version of MuLockLib,
  802.       thanks to Gunther Nikl for providing it.
  803.  
  804. Release 0.37
  805. --------------
  806.     New in this release:
  807.  
  808.     - Added two tags for Get/SetContextData in preparation for the
  809.       memory library.
  810.     - Wrote a replacement AddMemList() function because some 
  811.       versions of the 68040/68060.library functions patch this function.
  812.       This release will adjust the MMU tables for the DEFAULT CONTEXT
  813.       only, which means that all memory must be ready AT LEAST AS SOON
  814.       AS A PRIVATE CONTEXT IS CREATED.
  815.  
  816.  
  817. In case you've problems with this library release:
  818. o) Please install the mmu.library_debug ON TOP of the mmu.library, i.e. use
  819.  
  820. copy mmu.library_debug to LIBS:mmu.library
  821.  
  822. o) Reset the system
  823. o) Run Sushi or Sashimi to fetch the output. Give them a HUGE buffer
  824. o) Load the library. MuLockLib would do that, for example.
  825.  
  826. Release 0.36
  827. --------------
  828.     News in this release:
  829.  
  830.     - Fixed MuMove4K, added the A1200 option and fixed the shutdown code.
  831.     - Fixed MuLockLib, there was a slight chance for a crash (thanks to
  832.       Gunther Nikl for reporting)
  833.     - Fixed the .fd-File. I forgot to include two functions making
  834.       the table useless, and forgot to include one library 
  835.       function in the library lvo jump table. Outch!
  836.     - Fixed the new memory map functions.
  837.     - Tested indirect descriptor functions, included a new test,
  838.       see MuIndirectTest.
  839.  
  840. I'm planning to upload the 0.36 to the Aminet next saturday, I won't be in
  841. town from July 18th to August 8th. 
  842.  
  843. Release 0.35
  844. -------------
  845.     News in this release: Something in the library, even though no
  846.     real serious bugs have been found. More functions, but more power-
  847.     ful debugging tools.
  848.  
  849.     - Added support functions for memory maps, likely untested.
  850.     - Added support functions for indirect descriptors and *VERY FAST*
  851.       indirect page swapping.
  852.     - Fixed a tiny bug in the 060 support which might have failed to
  853.       detect physical bus errors correctly.
  854.     - Fixed a bug in GetPageProperties which might have failed to
  855.       read remapped memory correctly.
  856.     - Streamlined the tag item parse functions.
  857.     - Updated documentation and includes.
  858.     - Wrote the disassembler.library, added to the distribution.
  859.     - Updated MuForce: The program makes use of the disassembler.library
  860.       and prints now a disassembly of the faulty code on demand.
  861.     - Fixed a bug in MuGuardianAngel, stack dump was broken.
  862.     - Updated MuGuardianAngel, included disassembly function.
  863.     - Updated MuMove4K a lot, included a PREPAREEMUL function,
  864.       wrote a better guide, drew a shell icon.
  865.     - Included more shell tools, PrintBusError, ResetBusError and
  866.       ClearTTx.
  867.  
  868. The Apollo LC060 75Mhz showed problems with the mmu.library. I don't know
  869. how these problems arose, but it might be that the MMU doesn't like the over-
  870. clocking. To test this, please run the "ClearTTx" program with the NATIVE
  871. Apollo setup and check whether this works or not.
  872.  
  873. The PrintBusError tool will dump the bus error vector. It should always
  874. point to the library.
  875.  
  876. The ResetBusError will repair the bus error vector in case it was messed
  877. up by a program. It should be run WITHOUT an active debugger, or the result
  878. will be worse, not better. An application for this program is to restore
  879. the correct bus error handler after having used the "SoftBoot" program or
  880. "SetCPU FastROM" or "CPU FastROM". Note that the latter two are obsolete
  881. and replaced by MuFastROM.
  882.  
  883.  
  884. Release 0.34.1
  885. --------------
  886.     I'm pretty happy with the 0.34 how it is now, I haven't found new
  887.     bugs. This doesn't mean there are none, though. (-;
  888.  
  889.     New in this release:
  890.  
  891.     - Updated MuGuardianAngel a bit. The "hit" messages are now more
  892.       informative and contain more detailed information about the
  893.       cause of the hit, as for example which memory chunk was released
  894.       etc... Thanks to Simon for the hint.
  895.     - Added a new program "MuLink" to the MuTools. This is a shell-only
  896.       developer tool for automatic "self-protection" of software. A
  897.       program that gets "MuLink'd" will get its code (or other selected)
  898.       segments automatically write protected. This is most important 
  899.       for software that has to run on critical systems, as BBS's 
  900.       and the like. MuLink is a post-processing tool much like ATOM.
  901.       More about this tool in its documentation.
  902.     - Added a "MuGuardianOff" icon.
  903.     - Updated the documentation.
  904.     - Included E developer files, thanks to Daniel Kasmeroglu. 
  905.  
  906.  
  907. Remaining problems:
  908.     
  909.     - The usual ppc.library problem. Not about to be fixed.
  910.     - The library still refuses to work correctly on an Appollo 75Mhz
  911.       060EC board, I don't know why. TTx setup of this board is now
  912.       supported correctly, but this doesn't seem to help. Wierd.
  913.  
  914. Release 0.34
  915. ------------
  916.     Sigh, the 0.33 DMA logic was still buggy....
  917.  
  918.     - Fixed (another) bug in CachePostDMA(). The routine failed to
  919.       check the CPU AttnFlags correctly and hence did not restore
  920.       the cache mode to copyback. This could have been resulted in
  921.       slowdown of your machine, and hands of several MuTools.
  922.     - Removed all references to the 68040 and 68060.library. This
  923.       will allow a possible future 680x0 library to use the 
  924.       mmu.library to build its MMU tree instead of implementing this
  925.       function a second time.
  926.  
  927. I M P O R T A N T:
  928.  
  929. THIS MEANS THAT ALL THE MUTOOLS *MUST* BE RUN  A F T E R  SetPatch.
  930.  
  931. The only exception to this rule is MuMove4K.
  932.  
  933. Please DO NOT run the MMURemapTest with the cybscsi or cybppc.device. Both
  934. devices are not designed to allow memory remapping (not my fault). In worst
  935. case, they will trash your hard disk!!!
  936.  
  937.  
  938. Thanks goes to Ulrich Falke for helping me to find these bugs, and 
  939. furthermore to Michaela Prüß for supplying the includes and protos for the 
  940. vbcc compiler!
  941.  
  942. Release 0.33
  943. ------------
  944.     Outch, the 0.30 was buggy!
  945.  
  946.     - Fixed a bug in the GetPageProperties() routine for the 030 and
  947.       020 support code. The cache control functions overwrote an 
  948.       important CPU register and therefore crashed MuForce.
  949.     - Fixed a bug in the DMA control logic. Outch! This really broke
  950.       things!
  951.     - Fixed a bug in the MMU table rounding logic. Fixed one overflow
  952.       problem that makes the procedure hang on some machines. 
  953.       Additionally, I forgot to merge adjacent property nodes here.
  954.     - I must have been crazy to remove the PROTECT option in MuFastROM.
  955.       Fixed!
  956.     - MuFastZero OFF improved, and the FORCENATIVE flag was broken
  957.       completely.
  958.     - MuGuardianAngel showed a few bogus exceptions on startup, depends
  959.       on the system configuration. TRSaferPatches caused this, fixed.
  960.     - Added the FixCybAccess workaround. It fixes - or actually 
  961.       works around - a really bad design fault of the cybscsi.device.
  962.       More on this in its readme.
  963.     - Changed the SegTracker output style of MuForce and MuGuardianAngel
  964.       to the Enforcer style. This is most useful for tools interpreting
  965.       these lines.
  966.  
  967. Thanks to all the nice folks that reported bugs, and sorry for the 
  968. inconvenience about all the bugs.
  969.  
  970. This distribution contains again a "mmu.library_debug". In case you encounter
  971. problems, please rename this to "mmu.library", install "Sushi" or "Sashimi"
  972. with a *LARGE* I/O buffer and run the tests again. Alternatively, connect
  973. a terminal to the serial port, 9600 baud, 8 bit, 1 stop bit, no parity.
  974.  
  975. Please collect the output and sent it to my email address. This will help 
  976. me a lot debugging the library.
  977.  
  978. -----> When reporting bugs, PLEASE PLEASE let me know:
  979.  
  980. o) About which version of the library you're running. I might have sent
  981. some of you an updated version.
  982. o) About which processor your system is running on.
  983. o) A MuScan output.
  984. o) Which SCSI/IDE device you're using.
  985.  
  986. In case you see a crash:
  987.  
  988. o) Please write down the guru number.
  989. o) Try to reproduce the crash, try to find out which program causes the
  990. crash. This means that you should try to edit your startup sequence and to
  991. remove patches from there until the crash disappears. You don't need to
  992. strip the startup-sequence permanently, but just to let me know which
  993. program causes the incompatibility.
  994.  
  995. Please understand that a "It won't work on my computer" doesn't help me 
  996. much to fix the problem. Try to be as concrete as possible, this will 
  997. increase the propability enourmously that bugs get fixed. (-;
  998.  
  999. A special note about the 0.3x releases:
  1000.  
  1001. I introduced a new guru, namely "AN_PostSetup 0x3e000015". In case you see
  1002. this specific guru, let me know which program caused this.
  1003.  
  1004.  
  1005. A special note about MuGuardianAngel:
  1006.  
  1007. This program is NOT compatible with PoolMem. Try not to install PoolMem on
  1008. top of this, this won't work. MuGuardianAngel will be smart enough to cancel
  1009. PoolMem if it is running, but it is not smart enough to prevent its 
  1010. installation.
  1011.  
  1012.  
  1013. A special note about "version" and related utilities aka "verscheck":
  1014.  
  1015. These tools OPEN the libraries in question. Hence, if you run "version"
  1016. on a - possibly existant - 68040old.library, it will open this library and
  1017. re-install a MMU table on top of the already loaded table. Either do
  1018. not try this or remove the 68040new.library and the 68040old.library from
  1019. your LIBS: drawer.
  1020.  
  1021.  
  1022. A special note about "MMUCacheTest": 
  1023.  
  1024. If this program hangs on your system, please report this. Furthermore, please
  1025. run it *AGAIN*, but this time with the "NOMMU" option on the command line
  1026. and *WITHOUT ANY* tools that require the mmu.library. It would be best to
  1027. boot without startup-sequence, run "SetPatch" by hand and then immediately
  1028. "MMUCacheTest DH0: nommu".
  1029.  
  1030.  
  1031. Release 0.30
  1032. ------------
  1033.     Ouh, just too many changes to mention:
  1034.  
  1035.     - Added tags to setup the MMU table layout, as the page size,
  1036.       the depth of the MMU tree.
  1037.     - Added functions to get and set some control values of the
  1038.        MMU contexts.
  1039.     - Added page access exception handler.
  1040.     - CachePre/PostDMA patches are now always installed since 68020
  1041.       and 68030 based systems need the logical -> physical trans-
  1042.       lation as well.
  1043.     - Reworked the mmu.library memory management.
  1044.     - Fixed several bugs in the MuForce program, did not handle ROM
  1045.       remapping correctly.
  1046.     - MuFastRom and MuFastZero reworked a bit. MuFastZero OFF did
  1047.       not work. Added more options for both tools.
  1048.     - Added a new debugging tool: MuGuardianAngel. Some sort of
  1049.       memory protection that keeps free memory from getting over-
  1050.       written by faulty programs.
  1051.     - Added more options to MuSetCacheMode.
  1052.     - MuMove4K moves now the lowest 32K (and is hence misnamed). This
  1053.       avoid trouble with large MMU table sizes on 68030/68020 based 
  1054.       systems and pre-allocates memory for an "oxypatcher" type tool.
  1055.     - Added MuLockLib tool, check the readme.
  1056.     - ....
  1057.  
  1058.  
  1059. Release 0.27
  1060. ------------
  1061.     - Fixed a bug in the task scheldurer.
  1062.     - Added a second explicit cache flush for ColdReboot()
  1063.     - Fixed a bug in the branch cache flush of the '060... Sorry!    
  1064.     - Tested the library for public remapped memory... Works!
  1065.     - Tested the library for private MMU trees... Works!
  1066.  
  1067.     - Since the 0.27 works now within its specifications, this will
  1068.       be the last 0.2x release. We're going to 0.30 now.
  1069.  
  1070. Release 0.26
  1071. ------------
  1072.  
  1073.     - Fixed a bug in the exception handling, forgot to restore a6.
  1074.     - Fixed the return value of RebuildTree(). It's now TRUE on
  1075.       success, not DOSTRUE.
  1076.     - Fixed a bug in the table builder, merged sub-tree were released
  1077.       incorrectly.
  1078.     - Added the WithoutMMU() LVO entry.
  1079.     - Removed the AllocLineMem() LVO, this one was useless.
  1080.  
  1081. Release 0.25
  1082. ------------
  1083.  
  1084.     - Debugged 060 exception handler again. Found only one bug, ROM
  1085.       emulation was broken.
  1086.     - Enhanced AbsExecBase accesses - does no longer block interrupts
  1087.       unnecessary.
  1088.     - Fixed parts of the exception handler to read the faulty instruction
  1089.       from the correct function code space.
  1090.     - Added a complicated test for the EC030 processor that should
  1091.       finally work.
  1092.     - Enabled the MMULib internal exception handler test.
  1093.     - Removed all accesses to the ppc.library and reserved entries.
  1094.       PPC.lib compatibility is no longer an issue for me. The MMU.lib
  1095.       is WarpOs-compatible, though, as long as the system isn't 
  1096.       infected by Ralph's "software".
  1097.     - Added a safety test in the MMUCacheTest program to avoid
  1098.       hangs.
  1099.  
  1100. Release 0.24
  1101. ------------
  1102.  
  1103.     - Fixed the 030/851 exception handler, especially the emulation
  1104.       of instruction access of a possibly invalidated zero page,
  1105.       now really, *BIG* thanks to Dave!
  1106.     - MuForce does no longer ignore a remapped ROM. (Oops!)
  1107.     - MuForce does no longer touch the mapping of the fspace
  1108.       unless told to do so.
  1109.     - Fixed the assembler includes and autodocs, thanks to Tilman!
  1110.     - The context management of the library does no longer
  1111.       reset the remap destination in case the memory remap flag
  1112.       is not included in the mask settings. (Oops!)
  1113.     - Fixed the MMU table builder for MMU tables using more than
  1114.       32K entries.
  1115.     - The startup code selects now a better page layout for 030/851
  1116.       processors.
  1117.     - MuForce tries now to re-use an already relocated vector base
  1118.       if possible.
  1119.     - Tiny speedup in the "InstallDescriptor" routine could speed up
  1120.       MMU table building. There's room for more speedups, though.
  1121.     - Added a "nommu" flag for the MMUCacheTest program to check    
  1122.       your HD without the mmu.library. If this flag is used, the
  1123.       program *MUST* be run without the mmu.library currently loaded.
  1124.  
  1125. Related fixes of COP (release 1.73, not included in this distribution):
  1126.     - Fixed emulation of instruction access to the zero-page.
  1127.     - Fixed the RestoreVBR option.
  1128.     - Fixed the MMU disable mechanism on startup.
  1129.  
  1130. Special thanks goes to Dave "Ragman" for finding a lot of bugs in the 0.21
  1131. release.
  1132.  
  1133. -----------------------------------------------------------------------------
  1134.  
  1135. Compatibility warnings and bad software:
  1136.  
  1137. - The MMU tables generated by the "CPU FastROM" command, an official CBM tool,
  1138. are simply wrong if run on a 030 processor. Chip memory is marked as
  1139. "cacheable", which is plain wrong. Already spoke to Michael Sinz who agrees
  1140. in that point. Don't use it, run "MuFastRom" instead.
  1141.  
  1142. - The MMU tables build by "SetCPU FastRom" are not very well suited for 
  1143. MuForce. The MMU library will replace the table layout by something more
  1144. adapted.
  1145.  
  1146. Since these programs may install a "bogus" exception vector, you shouldn't
  1147. run both programs with the "FastROM" option. If you absolutely want to do, 
  1148. run them *before* installing any MMU.lib related program and COP - remember, 
  1149. you have been warned. "MuFastROM" will do better anyhow.
  1150.  
  1151.  
  1152. - CMQ060.lha from the Aminet: This program uses the MOVE16 instruction to
  1153. "speed up" the copy mem routines of the Os. Besides that the speedup is
  1154. minimal, you should be informed that this instruction is not fully 
  1155. supported by the Amiga hardware. A MOVE16 into the chip memory could yield
  1156. to "strange and wonderful things", and may or may not work. Its burst
  1157. accesses simply don't fit into the DMA access mechanism of the Amiga 
  1158. custom chips. (Note that no other instruction will try burst accesses
  1159. into non-cacheable memory!)
  1160. Moreover, due to a firmware bug of the '040, a MOVE16 on a system using
  1161. virtual memory might be unreliable and cause undesired side effects. Do 
  1162. not run this program!
  1163.  
  1164. MOVE16 is one of the non-supported instructions in an Amiga system, others
  1165. are TAS, CAS and CAS2 (which are of little use in a single processor system).
  1166.  
  1167. For more detailed information of MOVE16, check either the enforcer.guide or
  1168. the motorola documentation, I'm not making this up, and this is not 
  1169. mmu.library related.
  1170.  
  1171. Known Bugs:
  1172. -----------
  1173.  
  1174.     The MMU table manager rebuilds currently the MMU tables for a
  1175.     complete memory block even if only a minor sub-block was changed.
  1176.     Therefore, it may take longer to build the MMU table than absolutely
  1177.     required. I decided not to change this behaiviour because it
  1178.     keeps the mmu tables clean and optimized and avoids fragmentation.
  1179.  
  1180.     The MMU library builds currently 68030 MMU tables with the
  1181.     REPAIRABLE flag set less efficient than it could. However, it 
  1182.     was felt that a consistent table layout is more helpful than the
  1183.     (minimal) speedup.
  1184.  
  1185.     The library does not yet contain a workaround for a 040 firmware
  1186.     bug: If an illegal, line A, chk or unimplemented floating point
  1187.     instruction is located at the last 16 bits of a page and the next
  1188.     page is not available, the 040 generates an access fault instead
  1189.     of the proper exception. The fault address is the address of the
  1190.     missing page, and the PC points to the instruction in the preceeding
  1191.     page. This doesn't matter too much currently, it might become
  1192.     relevant in a VM system.
  1193.  
  1194. These bugs will be fixed within the next releases of the library, including
  1195. all the other bugs you may find.
  1196.     
  1197. -----------------------------------------------------------------------------
  1198.  
  1199. Special thanks goes to:
  1200.  
  1201. -Ralph Babel for giving information about the CachePreDMA/CachePostDMA
  1202.  functions and for some internals allowing me to write the MuOmniSCSIPatch.
  1203. -Carsten Schlote for starting development of a mmu.library aware 68060.lib.
  1204. -Michael Sinz (a real BIG thank you!) for discussing a lot of details of
  1205.  CachePreDMA/CachePostDMA, for sending me the sources of these functions
  1206.  in his 68040, and especially - and that's really great - for making the
  1207.  Enforcer sources available and for allowing me to reuse the exception
  1208.  handler of the Enforcer. This will happen in one of the next releases.
  1209. -Bjoern Schmidt for allowing me to run some tests on his 060 and for
  1210.  keeping several afternoons free for me.
  1211. -All the testers for running tests and sending me detailed information about
  1212.  their systems.
  1213.  
  1214. Thank you to all of you, this project won't clearly possible without your
  1215. support!    
  1216.  
  1217. -----------------------------------------------------------------------------
  1218.  
  1219. What is this:
  1220. -------------
  1221.     The mmu.library provides functions for MMU related operations
  1222.     as write- or read-protecting certain areas of memory for a
  1223.     given set of tasks, or marking memory regions as "swapped"
  1224.     virtual memory support. It offers an abstraction level on top
  1225.     of the actual MMU and a unified interface for MMU purposes.
  1226.  
  1227.     The MMU lib does NOT implement virtual memory, that's the purpose
  1228.     of another library - the memory.library. There's no much reason why
  1229.     any application except the memory.library and probably some debugging
  1230.     tools should call this library directly. The memory.library functions
  1231.     on top of this library should suffer for "all day purposes".
  1232.  
  1233.     The goal of the mmu.library is to provide an "abstraction layer" on
  1234.     top of the hardware, to allow programs to make use of the memory
  1235.     management hardware of the more advanced members of the MC68K
  1236.     processor family. Programs using the functions of the mmu.library
  1237.     do not need to modify the MMU tables directly and hence will not
  1238.     conflict with each other. The mmu.library interface provides all
  1239.     necessary functions to do that. This will allow programs like
  1240.     Enforcer and VMM to cooperate nicely with each other, provided both
  1241.     use this library.
  1242.  
  1243.     
  1244. Known bugs and problems of this implementation:
  1245. -----------------------------------------------
  1246.  
  1247. Things that require testing:
  1248.  
  1249.     - TTx register parsing updated, again. Should work fine with all the
  1250.       printouts I've collected, but you may still want to test it.
  1251.     - 68851 code likely untested, but I'm getting better. 
  1252.       I NEED YOUR HELP!
  1253.     - GetPageProperties/SetPageProperties are likely tested by the
  1254.       MuGuardianAngel program.
  1255.     - Page access exception handlers only likely tested by 
  1256.       MuGuardianAngel.
  1257.  
  1258. Things not yet implemented:
  1259.  
  1260.     - Patches for ppc libraries due to missing support. The
  1261.       ppc.library will remain unsupported, if you're the owner of
  1262.       a PPC board, run WarpOs, which is compatible.
  1263.  
  1264. Things the current design does not allow:
  1265.  
  1266.     - The MAPP_USED and MAPP_MODIFIED flags are not kept consistent
  1267.       by the library except for MAPP_SINGLE pages. I consider this
  1268.       as a minor problem since single page mode is required for
  1269.       virtual memory anyways.
  1270.     - MMU tables using the function codes. The amiga design shouldn't
  1271.       allow this anyways, but I don't know whether there's a board
  1272.       that makes use of them. (Doesn't look like, though).
  1273.     - Boards with two different MMU's on board. I've heard some
  1274.       rumours that there are actually 68040 boards with an additional
  1275.       68851. 
  1276.  
  1277. Recommended reading:
  1278. --------------------
  1279.  
  1280. The following books are recommended reading:
  1281.  
  1282.  
  1283. Motorola 68030 Enhanced 32-bit Microprocessor User's Manual    
  1284.     MC68030UM/AD Rev.3
  1285.  
  1286. Motorola 68040 User's Manual                    
  1287.     M68040UM/AD Rev.1
  1288.  
  1289. Motorola 68060 User's Manual                    
  1290.     M68060UM/AD Rev.1
  1291.  
  1292. Motorola M68000 Family Programmer's Reference Manual        
  1293.     M68000PM/AD Rev.1
  1294.  
  1295. Amiga Hardware Reference Manual, 3rd ed.
  1296.     Addison-Wesley Publishing Company, Inc.
  1297.     ISBN 0-201-56776-8
  1298.  
  1299. Amiga ROM Kernal Reference Manual, 3rd ed., Volume "Libraries"
  1300.     Addison-Wesley Publising Company, Inc.
  1301.     ISBN 0-201-56774-1
  1302.  
  1303. The Amiga Guru Book, 2nd Ed.
  1304.     Ralph Babel, Taunusstein 1989,1993
  1305.  
  1306. Additional sources:
  1307.     The Amiga Developer CD V1.1 
  1308.  
  1309.     The Enforcer.guide.
  1310.  
  1311.     Michael Sinz's documentation in the AmigaMail, on the DevCD 1.1.
  1312.  
  1313. Final words:
  1314. ------------
  1315.  
  1316. The mmu.library and the memory library will be my last project for the Amiga. 
  1317. It depends a bit on what happens with the Amiga in the next two years whether 
  1318. a PPC version of this library is required or not; hence, after all, this
  1319. can't be much more than a toy project that came several years too late.
  1320.  
  1321. So long,
  1322.     Thomas
  1323.